home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
SYS
/
s
/
LoadOther.RO
< prev
next >
Wrap
Text File
|
1996-09-26
|
458b
|
30 lines
/*
$VER: LoadOther.RO 0.2
Author:
Oliver Rummeyer (oliver@rumor.rv.sub.org)
Function:
Loads the specified directory in the inactive listview.
Requires:
RO 0.90 or newer
Example:
BUTTON 25 COMMAND "_LLoad" "Rx >NIL: REXX:RO/LoadOther.RO %F %a"
*/
PARSE ARG Directory PortName
IF PortName="" THEN
PortName='RO.1'
ELSE
PortName=STRIP(PortName)
ADDRESS VALUE PortName
OPTIONS RESULTS
'Load InActive "'||Directory||'"'